home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / Headers ƒ / IC CheckBox What.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-02  |  382 b   |  26 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC CheckBox What.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_IC_CheckBox_What__
  9. #define __H_IC_CheckBox_What__
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. OSErr WhatOpenCheckBox(WindowType wt,short item);
  16. OSErr WhatClickCheckBox(WindowType wt,short item,EventRecord* er);
  17. OSErr WhatFlushCheckBox(WindowType wt,short item);
  18.  
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* __H_IC_CheckBox_What__ */
  25.  
  26.